home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / SetEnv < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      Setenv(31.0)      ARP Programmers Manual      Setenv(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Setenv - Set the value of an environment variable
  10.  
  11.      SYNOPSIS
  12.       BOOL = Setenv("string", buffer)
  13.        d0           A0         A1
  14.  
  15.      FUNCTION
  16.       This function    provides an environment    variable mechanism
  17.       compatible with MANX.     Note that this    call is    more efficient
  18.       than using the manx setenv() function    call when arplibrary
  19.       is installed.
  20.  
  21.      INPUTS
  22.       string - pointer to an environment variable name.
  23.  
  24.       buffer - a user allocated area which will contains the
  25.           values to be associated with this environment
  26.           variabnle.
  27.  
  28.      RESULT
  29.       BOOL - If the    value was succesfully established, a TRUE
  30.           result will be returned, otherwise, a    FALSE value
  31.           will be returned.
  32.  
  33.      ADDTIONAL CONSIDERATIONS
  34.       MANX was the first to    implement environment variables    on the
  35.       Amiga.  As a result, we are trying to    be compatible with
  36.       their    implementation.
  37.  
  38.      BUGS
  39.       None known.
  40.  
  41.      AUTHOR
  42.       SDB
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.